.fixed_r .cbl_a{
    width:50px;
    height:50px;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 50px;
    box-shadow: 0 0  5px #bbb;
}
.fixed_r{
    top:45%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: none;
    background: none !important;
    box-shadow: none;
}
.fixed_r .cbl_p{
    width:100%;
    font-size: 14px;
    color:#333;
}
.fixed_r .fixed_r_div:hover .cbl_p{
    color:#E60012;
}
.fixed_r .fixed_r_div:hover .cbl_pp{
    color:#fff;
}
.fixed_r .fixed_r_div:hover .cbl_a{
    box-shadow: 0 0 10px #666;
    background-color: #E60012;
}
.fixed_r .fixed_r_div:hover .cbl_a .appspan{
    color:#fff;
}
.fixed_r .fixed_r_div:hover .cbl_a img.fixed_icon {
    display: none;
}
.fixed_r .fixed_r_div:hover .cbl_a img.fixed_icon_hover {
    display: block;
}
.fixed_r .fixed_r_div:hover .fixed_r_wx_box {
    display: block;
    opacity: 1;
}
.appspan{
    font-weight: 700;
}
.appspan:hover{
    color:#fff;
}
.sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 38px;
}
.more_gg_box1,.more_gg_box2,.more_gg_box3{
    margin-bottom: 20px;
    position: absolute;
    bottom: 10px;
}
.more_gg_box1{
    width:580px;
}
.more_gg_box2{
    width:210px;
}
.more_gg_box3{
    width:375px;
}
 .more_gg{
    display:block;
    width:6rem;
    height:40px;
    text-align: center;
    background-color: #E60012;
    border-radius: 50px;
    color:#fff;
    text-decoration: none;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 40px;
}
.more_gg:hover{
    background-color: #cb0616;
}
@media screen and (max-width: 1580px){
.sec_l{
    height:500rpx;
}
.sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 42px;
}
.more_gg_box1{
    width:100%;
}
.more_gg_box2{
    width:100%;
}
.more_gg_box3{
    width:100%;
}
 .more_gg{
    display:block;
    height:1rem;
    text-align: center;
    background-color: #E60012;
    border-radius: 50px;
    color:#fff;
    text-decoration: none;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 1rem;
}
.more_gg:hover{
    background-color: #cb0616;
}
}
@media screen and (max-width: 1080px){
    .more_gg_box1,.more_gg_box2,.more_gg_box3{
        width:100%;
    }
}
